home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok81
/
m2
/
demos
/
txt
/
hello.def
< prev
next >
Wrap
Text File
|
1993-11-04
|
136b
|
9 lines
DEFINITION MODULE Hello;
CONST
text = "Hello Dolly!";
PROCEDURE WriteWithIndent(indent: CARDINAL; what: ARRAY OF CHAR);
END Hello.